home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6928 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: sable.ox.ac.uk!mbeattie
  2. From: mbeattie@sable.ox.ac.uk (Malcolm Beattie)
  3. Newsgroups: comp.lang.misc,comp.lang.perl.misc,comp.lang.tcl,comp.lang.c,comp.lang.java
  4. Subject: Re: Relative Speed of Perl vs. Tcl vs. C
  5. Date: 16 Feb 1996 10:53:42 GMT
  6. Organization: Oxford University, England
  7. Message-ID: <4g1nnm$fil@news.ox.ac.uk>
  8. References: <4e3a2u$eoa@wcap.centerline.com> <4e54vc$7sk@orac.mon.rnb.com> <JTV2J.96Feb12141346@mamba.cs.virginia.edu> <4foidd$sbg@cnn.princeton.edu>
  9. NNTP-Posting-Host: sable.ox.ac.uk
  10.  
  11. In article <4foidd$sbg@cnn.princeton.edu>, Tim Hollebeek <tim@franck> wrote:
  12. >John Viega (jtv2j@mamba.cs.virginia.edu) wrote:
  13. >                     E.g. I think $_ is one of the more powerful
  14. >concepts I've seen in a predominantly string processing language; on
  15. >the other hand I'd wish it's name were distinguishable from line noise.
  16.  
  17. In that case, put
  18.     use English;
  19. at the top of your program and then you can refer to it as $ARG.
  20. See perlvar(1) for details.
  21.  
  22. --Malcolm
  23.  
  24. -- 
  25. Malcolm Beattie <mbeattie@sable.ox.ac.uk>
  26. Oxford University Computing Services
  27. "Widget. It's got a widget. A lovely widget. A widget it has got." --Jack Dee
  28.